build: use correct qemu emulator binary
authorDoug Goldstein <cardoe@cardoe.com>
Tue, 25 Aug 2015 13:49:49 +0000 (13:49 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 27 Aug 2015 18:09:26 +0000 (19:09 +0100)
commit07e43fa0b973f7a4cb4b590294b36035607146c4
tree2c172ca8f9362ee77294aaf6dcb13d2f90fe522f
parent0cc73e9870a96e18fc076618c0b419919794ae06
build: use correct qemu emulator binary

Per http://wiki.qemu.org/ChangeLog/1.0 and the fact that no currently
supported distro ships the x86 system emulator binary as 'qemu', this
changes the default when a user specifies --with-system-qemu without a
PATH to 'qemu-system-i386', otherwise the default results in a
non-functional setup.

[ Reran autogen.sh -iwj ]

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/configure
tools/configure.ac